fmt.fmtFlags.sharp (field)

20 uses

	fmt (current package)
		format.go#L28: 	sharp       bool
		format.go#L158: 	if f.sharp && u <= utf8.MaxRune && strconv.IsPrint(rune(u)) {
		format.go#L279: 	if f.sharp {
		format.go#L384: 			if f.sharp {
		format.go#L389: 		} else if f.sharp {
		format.go#L405: 	if f.sharp {
		format.go#L414: 			if f.sharp {
		format.go#L449: 	if f.sharp && strconv.CanBackquote(s) {
		format.go#L523: 	if f.sharp && verb != 'b' {
		print.go#L195: 		return p.fmt.sharp || p.fmt.sharpV
		print.go#L415: 	sharp := p.fmt.sharp
		print.go#L416: 	p.fmt.sharp = leading0x
		print.go#L418: 	p.fmt.sharp = sharp
		print.go#L576: 				p.fmt0x64(uint64(u), !p.fmt.sharp)
		print.go#L580: 		p.fmt0x64(uint64(u), !p.fmt.sharp)
		print.go#L1050: 				p.fmt.sharp = true
		print.go#L1069: 						p.fmt.sharpV = p.fmt.sharp
		print.go#L1070: 						p.fmt.sharp = false
		print.go#L1164: 			p.fmt.sharpV = p.fmt.sharp
		print.go#L1165: 			p.fmt.sharp = false